home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / Chip_2001-08_cd2.bin / kancelar / text2pdf / SETUPT2P.EXE / {app} / readme.txt < prev    next >
Encoding:
Text File  |  2001-04-17  |  2.8 KB  |  79 lines

  1. FyTek's Text to PDF Converter
  2. http://www.fytek.com
  3.  
  4. This installation includes an exe program (text2pdf.exe) as well as a DLL
  5. for use in any application (like Visual Basic) that supports DLL's.
  6.  
  7. Both the exe and the DLL have the same features.
  8.  
  9. This version is free to use and distribute as long as you include all of the
  10. files from this package without modification.  You may register this version
  11. for $25.00 US and receive an upgrade which will allow you to:
  12.  
  13. - Embed your own True Type fonts
  14. - Create bookmarks
  15. - Use a variety of image types - jpeg, gif, tiff, bmp and png
  16.  
  17. Along with the upgrade, registration will allow you access to our Tech Support
  18. staff, via e-mail.
  19.  
  20. To register over the internet, visit our web site or go to the one of the 
  21. following links:
  22.  
  23.   Secure Server - http://www.regsoft.net/purchase.php3?productid=37536
  24.   OR
  25.   Non Secure - http://www.regsoft.net/purchase_nonsecure.php3?productid=37536
  26.  
  27. To regsiter via mail, send a check or money order drawn on a US bank to:
  28.   FyTek, Inc.
  29.   29200 Vassar
  30.   Suite 540
  31.   Livonia, MI 48152
  32.  
  33. ------- exe version -------
  34. Syntax: text2pdf.exe filein fileout [options]
  35.  
  36.         OR
  37.         
  38.         text2pdf.exe source_directory [target_directory] [options]
  39.         -?              - prints this list of options
  40.         -v              - verbose mode
  41.         -s              - include subdirectories
  42.         -f              - flat-file parameters (see the documentation)
  43.         -b              - keep current line breaks
  44.         -p              - print page numbers
  45.         -nw             - no wrap
  46.         -t type         - file type to match (i.e. *.rpt)
  47.  
  48. See the documentation available on our web site for more information on
  49. these options.
  50.  
  51. To convert a report run:
  52. text2pdf.exe sample.txt sample.pdf
  53.  
  54. To convert a green-bar report (or any report formatted as plain text) use
  55. the no wrap option like this:
  56. text2pdf.exe sample.txt sample.pdf -nw
  57.  
  58.  
  59. ------- DLL version - Using with VB -------
  60. In your project, go to the Project:References dialog and add the reference
  61. to buildFytekPDF.  See the sample application and the documentation for
  62. information on using.
  63.  
  64. Methods of build.Fytek.PDF:
  65.  
  66. setInFile       - Sets the input file
  67. setOutfile      - Sets the output file (or leave blank to have the PDF commands
  68.                   returned to your program).
  69. setPDFCmd       - Commands to execute (when not using an input file).  Call this
  70.                   method for each command.
  71. buildFytekPDF   - Command to create the PDF.
  72.  
  73.  
  74. The Visual Basic code for the sample program is included so you can see how write
  75. your own programs which use the DLL.
  76.  
  77. You will need a copy of Acrobat to view your output.  You can get a free copy
  78. at: http://www.adobe.com/products/acrobat/readstep.html
  79.